DELETE FROM GeneralSetting
WHERE Parameter = 'HIO_WS_AuthenticationService';
DELETE FROM GeneralSetting
WHERE Parameter = 'HIO_WS_PrescriptionManagementService';
INSERT INTO GeneralSetting
VALUES
('HIO_WS_AuthenticationService', 'http://peste.krihio.ir/peste/services/AuthenticationService?wsdl'),
('HIO_WS_PrescriptionManagementService', 'http://peste.krihio.ir/peste/services/PrescriptionManagementService?wsdl');

